glxfreecontextext - Man Page






glXFreeContextEXT(3G)	    OpenGL Reference - GLX	 glXFreeContextEXT(3G)



NAME
     glXFreeContextEXT - frees the client-side portion of a context


C SPECIFICATION
     void glXFreeContextEXT( Display *dpy,
			     GLXContext	gc )


PARAMETERS
     dpy  Specifies the	connection to the X server.

     gc	  Specifies the	GLX rendering context.


DESCRIPTION
     glXFreeContextEXT frees the client-side portion of	gc. It does not	free
     the server-side context information or the	XID associated with the
     server-side context.

     Use glXFreeContextEXT to free client-side storage created by
     glXImportContext. Use glXDestroyContext to	free a context that was
     created by	calling	glXCreateContext.


NOTES
     glXFreeContextEXT is part of the EXT_import_context extension.



SEE ALSO
     glXCreateContext,glXImportContextEXT,glXDestroyContext























									Page 1